Printer Functions
PHP Manual

printer_end_page

(PECL printer CVS)

printer_end_pageClose active page

Descripción

bool printer_end_page ( resource $printer_handle )

The function closes the active page in the active document. For an example see printer_start_doc().

Lista de parámetros

printer_handle

printer_handle must be a valid handle to a printer.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.


Printer Functions
PHP Manual